This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
RE: Can @For and @While works on Web? ~Sven Kifoogenli 19.Dec.03 03:25 PM a Web browser Domino Designer 6.0.2 CF2Windows 2000
Yes it can, but it works in the same way as an @If or any other formula, so if you want to perform more than one function you need to nest the functions in an @Do statement,as below. Also it's a good idea to use [FailSilent] for @DBLookups in ND6 so you don't have to check for potential errors. Also, is the day field you're trying to set a number field?